home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-photogallery.dcr / 00047_07small.ls < prev    next >
Encoding:
Text File  |  2001-07-21  |  713 b   |  28 lines

  1. global selectionChecker
  2.  
  3. on mouseUp
  4.   puppetSound(1, "Clicker")
  5.   if (the locV of sprite 12 > 70) and (the locV of sprite 12 < 380) then
  6.     puppetSprite(16, 1)
  7.     set the memberNum of sprite 16 to the number of member "07big"
  8.     set the ink of sprite 16 to 0
  9.     set the loc of sprite 16 to point(439, 240)
  10.     puppetSprite(17, 1)
  11.     set the memberNum of sprite 17 to the number of member "selection blue"
  12.     set the ink of sprite 17 to 1
  13.     set the blend of sprite 17 to 40
  14.     set the width of sprite 17 to 72
  15.     set the height of sprite 17 to 45
  16.     set the loc of sprite 17 to the loc of sprite 12
  17.     selectionChecker = 12
  18.   end if
  19. end
  20.  
  21. on mouseEnter
  22.   cursor(280)
  23. end
  24.  
  25. on mouseLeave
  26.   cursor(-1)
  27. end
  28.